runtime.gcBits.x (field)
6 uses
runtime (current package)
mbitmap.go#L241: return markBits{&s.gcmarkBits.x, uint8(1), 0}
mheap.go#L2085: x uint8
mheap.go#L2090: return addb(&b.x, n)
pinner.go#L305: for _, x := range unsafe.Slice((*uint64)(unsafe.Pointer(&p.x)), bytes/8) {
pinner.go#L314: memmove(unsafe.Pointer(&newPinnerBits.x), unsafe.Pointer(&p.x), bytes)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |